home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / 3D-Graphics-Editors / lsystem3.exe / L System 3 / _setup.1 / TREE00.LS < prev    next >
Text File  |  1998-05-10  |  615b  |  25 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. #
  3. # Monopodial skeleton
  4. #
  5. # Here is how to read the formulas on page 56 into
  6. # lparser syntax. The values can be input from page 57,
  7. # the strings colapsed and used.
  8. #
  9. # A = F[ &( a0 ) '( r2 ) !( wr ) BL  ] >( c ) '( r1 ) !( wr ) A
  10. # B = F[ -( a2 ) '( r2 ) !( wr ) $CL ]        '( r1 ) !( wr ) C
  11. # C = F[ +( a2 ) '( r2 ) !( wr ) $BL ]        '( r1 ) !( wr ) B
  12. #
  13. 10
  14. 45
  15. 15
  16. #
  17. c(12)FFAL
  18. #
  19. A=F[&'(.8)!BL]>(137)'!(.9)A
  20. B=F[-'(.8)!(.9)$CL]'!(.9)C
  21. C=F[+'(.8)!(.9)$BL]'!(.9)B
  22. #
  23. L=~c(8){+(30)f(20)-(120)f(20)-(120)f(20)}
  24. @
  25.